@charset "utf-8";
/*视频*/
.videohide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videohide_class {
    visibility: visible;
    opacity: 1;
}

.videohidebg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
}

.videohidebox i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    background: #D50900;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -15px;
    margin-top: -15px;
    border: 2px solid #fff;
    cursor: pointer;
    font-style: normal;
}

.videohidebox i.fa-close:hover {
    -webkit-filter: brightness(110%);
}

.videohidebox {
    position: relative;
    width: 1000px;
    height: auto;
    background: #fff;
    z-index: 20;
    padding: 10px;
    transition: .5s;
    margin-top: -100px;
}

.videohidebox_class {
    margin-top: 0;
    opacity: 1;
}

.videohidebox_1 {
    width: 100%;
    height: auto;
}

.videohidebox_1 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.videohidebox_1 p {
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.vdbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.ht {
    height: 50px;
    background: #bf1a20;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
}

.ht a {
    color: #fff;
}

.htr p {
    margin-right: 40px;
}

.htr a {
    margin-right: 20px;
}

.htr a:last-child {
    margin-right: 0;
}

.htr a:hover {
    text-decoration: underline;
}

.head {
    height: 110px;
    background: #fff;
    transition: .25s;
    width: 100%;
    z-index: 99;
}

.head_active {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.head_height {
    height: 110px;
    display: none;
}

.head_height_active {
    display: block;
}

.logo {
    display: inline-block;
    height: 68px;
}

.nav span {
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin-left: 40px;
}

.nava img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.nava {
    display: block;
    text-align: center;
    font-size: 14px;
}

.navhide {
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 100%;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0;
    overflow: hidden;
    width: 130px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.nav span:hover .navhide {
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
}

.navhide a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.navhide a:hover {
    color: #bf1a20;
}

.foot {
    background: #a21911;
    color: #fff;
    padding: 30px 0;
}

.foot a {
    color: #fff;
}

.foot a:hover {
    color: #fff;
}

.ftl, .ftr {
    width: 46%;
}

.fttop {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ftla i {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background: #fff;
    margin-right: 15px;
}

.ftla i img {
    max-width: 70%;
}

.ftlar h3 {
    margin-bottom: 5px;
}

.ftlar p, .ftlar p a {
    line-height: 26px;
}

.ftlar p a:hover {
    text-decoration: underline;
}

.ftrr {
    width: 26%;
    margin-left: 5%;
}

.ftrl {
    font-size: 14px;
    line-height: 25px;
    position: relative;
}

.ftrl_i {
    position: absolute;
    bottom: 0;
    right: 40%;
}

.mdbg {
    background: #f2f2f2;
}

.md {
    padding: 50px 0;
}

.m1 {
    background: url(../images/m1bg_02.png) no-repeat center;
    background-size: 100%;
}

.mdtop {
    color: #4c4141;
}

.mdtop h3 span {
    font-size: 26px;
    margin: 0 15px;
}

.mdtop p {
    font-size: 20px;
    margin-top: 5px;
}

.m1_width {
    margin: 0 auto;
    width: 1000px;
}

.m1t {
    margin-top: 20px;
    border-top: 2px solid #e8d9dd;
}

.m1ta {
    width: 13%;
    margin-top: 15px;
}

.m1m {
    color: #514e4e;
    line-height: 32px;
}

.m1ma a {
    display: inline-block;
    border: 1px solid #c6171e;
    line-height: 32px;
    padding: 0 25px;
    color: #c6171e;
    font-size: 14px;
}

.m1ma a:hover {
    color: #fff;
    background: #C6171E;
}

.m1b {
    margin-top: 25px;
    color: #514e4e;
}

.m1bl {
    margin-right: 25px;
}

.m1bl h3 {
    font-size: 20px;
    margin-right: 15px;
}

.mdtop_bd {
    border-bottom: 2px solid #e8d9dd;
    padding-bottom: 15px;
}

.m2l {
    width: 42%;
    margin-right: 4%;
}

.m2ra {
    font-size: 17px;
    line-height: 40px;
    color: #514e4e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.m2ra i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #b1afaf;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
}

.m2ra:hover {
    color: #a21911;
}

.morea a {
    color: #514e4e;
}

.morea a:hover {
    color: #A21911;
}

.m2bra {
    width: 18%;
    font-size: 20px;
    color: #514e4e;
}

.m2bra img {
    margin-bottom: 10px;
}

.m2br_line {
    height: 1px;
    background: #bbb;
    margin: 0 15px;
    margin-top: -30px;
}

.m3 {
    background: url(../images/mbbg_02.png) no-repeat center;
    background-size: 100%;
}

/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: 160px !important;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.m3a {
    width: 260px;
    height: 160px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

/*列表页*/
.ner {
    box-shadow: 0px 0px 28px 22px #f0f0f0f0;
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 50px;
}

.case {
    padding: 18px;
}

.neal {
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    transition: .25s;
    margin-right: 30px;
}

.neal h3 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 110px;
    background: #cccccc;
    transition: .25s;
}

.neal p {
    line-height: 38px;
    font-size: 18px;
    color: #ccc;
    transition: .25s;
    font-weight: 100;
}

.text {
    font-weight: 100;
    color: #646464;
}

.nea:hover .neal {
    border: 1px solid darkred;
}

.nea:hover .neal h3 {
    background: rgb(232, 31, 36);
}

.nea:hover .neal p {
    color: red;
}

.near h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.near p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nea:hover {
    color: red;
}

.nea {
    margin-bottom: 60px;
}

.page a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #ccc;
    font-size: 22px;
    color: #666;
    border-radius: 4px;
    margin: 10px;
}

.page a.active {
    border: 1px solid #E80011;
    color: #E80011;
}

.page a:hover {
    border: 1px solid #E80011;
    color: #E80011;
}

.page a.pagea {
    border: 0;
}

.sonbanner {
    height: 500px;
}

@media screen and (max-width: 1400px) {
    .sonbanner {
        height: 430px;
    }

}

@media screen and (max-width: 1200px) {
    .sonbanner {
        height: 370px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .videohidebox {
        width: 80%;
    }

    .swiper-container-bn .bnimg {
        height: 450px;
    }

    .m2ra {
        line-height: 35px;
        font-size: 15px;
    }

    .m2bra {
        font-size: 16px;
    }

    .mdtop h3 span {
        font-size: 24px;
    }

    .mdtop p {
        font-size: 15px;
    }

    .ftla i {
        width: 50px;
        height: 50px;
    }

    .ftrl_i {
        right: 10%;
    }
}

@media only screen and (max-width: 1000px) {
    .sonbanner {
        height: 310px;
    }

    .m1_width {
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .sonbanner {
        height: 295px;
    }

    .mt_30, .mt_35, .mt_40, .mt_45, .mt_50, .mt_60, .mt_70, .mt_80 {
        margin-top: 25px;
    }

    /*视频*/
    .videohidebox {
        width: 90%;
        margin-left: 0;
        padding-bottom: 0;
    }

    .videohidebox_1 p {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .wico {
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 10px;
    }

    .swiper-container-bn .bnimg {
        height: 350px;
    }

    .mdtop h3 img {
        width: 60px;
    }

    .m2l {
        margin-right: 2.5%;
    }

    .m2ra {
        line-height: 32px;
        font-size: 14px;
    }

    .m2bra {
        font-size: 13px;
    }

    .ftla i {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .sonbanner {
        height: 230px;
    }

    .swiper-container-bn .bnimg {
        height: 190px;
    }

    .md {
        padding: 25px 0;
    }

    .mdtop h3 span {
        font-size: 20px;
    }

    .mdtop p {
        font-size: 14px;
    }

    .mdtop h3 img {
        width: 50px;
    }

    .m1ta {
        width: 31%;
    }

    .m1ma a {
        line-height: 30px;
        padding: 0 20px;
    }

    .m1bl img {
        display: none;
    }

    .m1bl h3 {
        font-size: 18px;
        margin-right: 0;
    }

    .m1br {
        flex-wrap: wrap;
    }

    .m1br i {
        display: none;
    }

    .m1bra {
        width: 31%;
        margin-top: 15px;
    }

    .m2l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .m2w {
        margin-top: 15px;
    }

    .m2bra {
        width: 24%;
        font-size: 12px;
        margin-top: 10px;
    }

    .m3w {
        margin-top: 15px;
    }

    .str_wrap {
        height: 100px !important;
    }

    .m3a {
        width: 150px;
        height: 100px;
    }

    .ftl, .ftr {
        width: 100%;
    }

    .ftr {
        margin-top: 15px;
    }

    .ftla i {
        width: 36px;
        height: 36px;
    }

    .ftla i img {
        max-width: 50%;
    }

    .ftlar p, .ftlar p a {
        font-size: 12px;
        line-height: 22px;
    }

    .foot {
        padding: 20px 0;
    }

    .fttop {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 28px;
    }

    .ftrl {
        line-height: 24px;
        font-size: 12px;
    }

    .foot a img {
        display: block;
    }

    .foot a {
        right: 10%;
    }

    .ftrr {
        margin: 0 auto;
        margin-top: 15px;
    }

    .ner {
        margin-left: 0;
        padding: 15px;
    }

    .neal {
        width: 80px;
    }

    .neal h3 {
        font-size: 24px;
        line-height: 70px;
    }

    .neal p {
        font-size: 13px;
        line-height: 25px;
    }

    .near h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .nea {
        margin-bottom: 15px;
    }

    .page a {
        width: 34px;
        height: 34px;
        font-size: 15px;
        margin: 5px;
    }
}

@media screen and (max-width: 640px) {
    .sonbanner {
        height: 190px;
    }
}